home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Internet Strate…Tools for the Enterprise / Microsoft Internet Strategy & Tools for the Enterprise.iso / bkoffice / inetsrv.nts / mips / scripts / tools / ctss.idc < prev    next >
Text File  |  1995-12-29  |  406b  |  13 lines

  1. Datasource: %ds%
  2. Username: %user%
  3. Password: %pwd%
  4. Template: ct.htx
  5. SQLStatement:
  6. +create table %table% (
  7. +ClientHost varchar(50), username varchar(50),
  8. +LogTime datetime, service varchar( 20), machine varchar( 20),
  9. +serverip varchar( 50), processingtime int, bytesrecvd int,
  10. +bytessent int, servicestatus int, win32status int,
  11. +operation varchar( 200), target varchar(200), parameters text ) 
  12.  
  13.